home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Archives
/
GNU
/
emacs_src.lha
/
src
/
amiga
/
emacs-18.59
/
unix
/
include
/
alloca.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-08-27
|
91 b
|
9 lines
#ifndef ALLOCA_H
#define ALLOCA_H
#include <stddef.h>
void *alloca(size_t size);
#endif